loop invariant - significado y definición. Qué es loop invariant
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:     

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es loop invariant - definición


Loop invariant         
INVARIANTS USED TO PROVE PROPERTIES OF LOOPS
Loop invarient; Loop-invariant code; Invariant Relation Theorem
In computer science, a loop invariant is a property of a program loop that is true before (and after) each iteration. It is a logical assertion, sometimes checked within the code by an assertion call.
Loop-invariant code motion         
CODE STATEMENTS THAT CAN BE MOVED OUTSIDE THE BODY OF A LOOP WITHOUT AFFECTING THE SEMANTICS OF THE PROGRAM
Loop invariant hoisting; Loop hoisting; LICM; Scalar promotion
In computer programming, loop-invariant code consists of statements or expressions (in an imperative programming language) which can be moved outside the body of a loop without affecting the semantics of the program. Loop-invariant code motion (also called hoisting or scalar promotion) is a compiler optimization which performs this movement automatically.
Invariant (physics)         
IN MATHEMATICS AND THEORETICAL PHYSICS, PROPERTY OF A SYSTEM WHICH REMAINS UNCHANGED UNDER SOME TRANSFORMATION
Invariance (physics); Invariant quantity
In theoretical physics, an invariant is an observable of a physical system which remains unchanged under some transformation. Invariance, as a broader term, also applies to the no change of form of physical laws under a transformation, and is closer in scope to the mathematical definition.